Skip to content
This repository was archived by the owner on Mar 25, 2020. It is now read-only.

ES 1.7 Support #2

Closed
wants to merge 1 commit into from
Closed

Conversation

andrewvc
Copy link
Contributor

@andrewvc andrewvc commented Sep 1, 2015

This is the same as #1 , but with support for ES1.7 jars. It will be merged against the 1.x branch for this reason.

Further work will be against master

# All protocols will use bulk requests when talking to Elasticsearch.
#
# The default `protocol` setting under java/jruby is "node". The default
# `protocol` on non-java rubies is "http"
config :protocol, :validate => [ "node", "transport", "http" ]
config :protocol, :validate => [ "node", "transport"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add :default => "node"?

@talevy
Copy link
Contributor

talevy commented Sep 9, 2015

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants